|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | TIMER_PERIOD 64000 |
Functions | |
| int | main (void) |
| void | TA0_ISR (void) |
| #define TIMER_PERIOD 64000 |
Definition at line 63 of file timer_a_ex3_upModeInterrupt.c.
| int main | ( | void | ) |
Definition at line 65 of file timer_a_ex3_upModeInterrupt.c.
References GPIO_setOutputLowOnPin(), and TIMER_PERIOD.
| void TA0_ISR | ( | void | ) |
Definition at line 102 of file timer_a_ex3_upModeInterrupt.c.